home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / quick_stack.swf / scripts / frame_4 / DoAction.as
Text File  |  2007-01-15  |  165b  |  13 lines

  1. tb = getBytesTotal();
  2. lb = getBytesLoaded();
  3. v = int(lb / tb * 100);
  4. _root.preloader._xscale = v;
  5. if(lb < tb)
  6. {
  7.    gotoAndPlay(2);
  8. }
  9. else
  10. {
  11.    play();
  12. }
  13.